-
Re: Incorporating Pictures on Forms
@Leah McKeough Not that I know of or can find. You could, however, put a link in the help text of a field that they could use to see the doctors on your website, if you have that resource. Not the sm…1 · -
Re: Stuck on Nested IF statement.
@Coen Try this: =IF(Status@row = "ordered", DATE(YEAR([Order Date | Warranty Start Date]@row) + 1, MONTH([Order Date | Warranty Start Date]@row) + 7, DAY([Order Date | Warranty Start Date]@…1 · -
Re: How can I calculate the average NETDAYS between 2 columns?
@dcoletta I believe you'd have to have a third column with =Netdays([start date], [end date]) as a column formula, and just take an average of that.1 ·